Marker Drop Calculator

DROP IN: {{ Math.round(whenToDrop) }} metres

Best Drop result: {{ Math.round(bestDropResult) }}m

Best 2D result: {{ Math.round(best2DResult) }}m

Best 3D result: {{ Math.round(best3DResult) }}m (+{{ Math.round(best3DResult) - Math.round(best2DResult) }}m)

Descent speed: {{ Math.round(descentSpeed * 100) / 100 }} m/s

Windreader

Altitude (ft) Heading Speed Last update
{{ alt }} {{ Math.round(value.avgHeading) }}° {{ Math.round(value.avgSpeed*3.6) }} km/h {{ Math.round((currentTime - value.updatedAt)/1000/60) }}m ago

GPS data

Name Value
Distance from point nearest to target {{ Math.round(distanceToNearestPointToTarget) }}m
Marker will travel forward {{ Math.round(dropDistance) }}m
Best possible result {{ Math.round(best2DResult) }}m
Distance to target {{ Math.round(distanceToTarget) }}m
Bearing to target {{ Math.round(bearingToTarget) }}° (relative {{ Math.round(angleToTarget) }}°)
Position UTM {{ currentPosition }} (±{{ Math.round(geolocation.coords.accuracy) }}m)
Position LatLon {{ geolocation.coords.latitude}}, {{ geolocation.coords.longitude }}
Altitude {{ Math.round(geolocation.coords.altitude) }}m / {{ Math.round(geolocation.coords.altitude * 3.28084) }}ft (±{{ geolocation.coords.altitudeAccuracy }}m)
Heading {{ Math.round(geolocation.coords.heading) }}° (avg {{ Math.round(avgHeading) }}°)
Speed {{ Math.round(geolocation.coords.speed*3.6) }} km/h (avg {{ Math.round(avgSpeed * 3.6) }} km/h)
Time {{ currentTime.toLocaleTimeString() }}
Last update {{ geolocationLastUpdate }}